home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7138 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.voicenet.com!news
  2. From: kobak@voicenet.com (Peter Kobak)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Q: Can I export class member function?
  5. Date: 21 Feb 1996 23:25:40 GMT
  6. Organization: Voicenet - Internet Access - (215)674-9290
  7. Message-ID: <4gg9lk$65p@news.voicenet.com>
  8. NNTP-Posting-Host: ivyland357.voicenet.com
  9. X-Newsreader: NeoLogic News for OS/2 [version: 4.2]
  10.  
  11. In message <4g6g1f$rme@nis.dacom.co.kr> - hanchrok@bora.dacom.co.kr (Han Chi 
  12. ok) writes:
  13. :>
  14. :>Hello, all.
  15. :>Can I export class member functions in DLL?
  16. Usually.
  17. :>And can I import andynamically call the class member functions 
  18. :>in other DLL files?
  19. Usually.
  20. :>extern "C" does not work good, I think.
  21. That's for sure.
  22. :>Thanks in advance for your assistance.
  23.  
  24. Most compilers for operating systems having dynamic libraries have facilities 
  25. for putting member functions in a dynamic library. However, each compiler 
  26. for each operating system can have its own way to do it. I suggest you ask 
  27. this on a newsgroup for your particular compiler or operating system, and 
  28. include a description of your compiler.
  29.  
  30. ================
  31. Peter Kobak
  32. kobak@voicenet.com
  33.  
  34.  
  35.